.site_nav {
	display: flex;
    width: 1210px;
	height: 64px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
	justify-content: space-between;
}

.site_nav .site_nav_l {
	width: 435px;
}

.site_nav .site_nav_l .logo {
	width: 155px;
	height: 65px;
}

.site_province {
	position: relative;
	top: 10px;
	font-size: 12px;
	color: #979797;
	width: 115px;
	text-align: center;
	z-index: 10001;
	cursor: pointer;
} 
.site_province > div {
	position: absolute;
	border: 1px solid #fff;
	z-index: 10;
}

.site_province h4 {
	font-size: 18px;
	font-weight: bold;
	background: #0b63ff;
	color: white;
	padding: 10px 20px;
	border-radius: 6px;
}
.site_province p {
	font-size: 14px;
}

.site_province_con { 
	position: absolute;
	top: 51px;
	display: none;
	width: 360px;
}
.site_province_con dd {
	padding: 10px 10px;
	border: 1px solid #aaa;
	margin-top: 0px;
	background-color: #fff;
	text-align: left;
}

.site_province_con dd a {
	display: inline-block;
	width: 50px;
	color: #999;
	font-size: 15px;
	margin: 2px;
	padding: 2px 2px;
	text-align: center;
}

.site_province_con dd a:hover {
	background-color: #eee;
}


.site_nav .site_nav_r {
	position: relative;
	flex: 1;
}

.site_search {
	position: absolute;
	top: 12px;
	right: 160px;
	width: 400px;
	height: 36px;
	line-height: 36px;
	/*background-color: #FFE4E3;*/
	border: 2px solid #0B63FF;
	z-index: 10;
}

.site_search .search_text {
	position: relative;
	display: inline-block;
	color: #666;
	font-size: 14px;
	/* padding-right: 14px; */
	line-height: 36px;
	padding: 0 15px;
	cursor: pointer;
}

.site_search span {
	font-size: 16px;
	color: #666;
	line-height: 36px;
}
.site_search .se_con > span:hover {
	border-bottom: 2px solid #0088e6;
}
.site_search .se_con {
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	z-index: 99;
	width: 40px;
	padding: 0 20px 10px 20px;
	background-color: #fff;
	border: 1px solid #eee;
	cursor: pointer;
}

.my_top_main {
    width: 1210px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    font-size: 14px;
}

.my_top {
    background: #f9f9f9;
}

.my_top_main h1 {
    display: inline;
    font-size: 14px;
	font-weight: 600;
}

/* .search_text:hover .se_con, */
.se_con:hover {
	display: block;
}

.site_search input {
	height: calc(100% - 4px);
 	font-size: 16px;
 	color: #333;
 	border-left: 1px solid #ccc;
 	padding-left: 10px;
 }
 
.site_search .search_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background-color: #0B63FF;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.nav_box {
    width: 100%;
    background-color: #0B63FF;
}

.nav_wrapper {
    position: relative;
    width: 1210px;
    height: 64px;
    margin: 0 auto;
}

.nav_box .address_dropdown {
    position: absolute;
    z-index: 10;
    left: 50%;
    display: none;
    padding: 8px 10px;
    width: 480px;
    margin-left: -435px;
    list-style: none;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

.nav_box .address_dropdown li:hover a {
    background-color: #eee;
}

.nav_box .address_dropdown li {
    float: left;
    font-size: 16px;
}

.nav_box .address_dropdown li a {
    width: 60px;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    clear: both;
    font-weight: 400;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.footer {
    position: relative;
    clear: both;
    color: #ffffff;
}

.footer .footer_top {
    position: relative;
    padding-bottom: 40px;
    background-color: #383838;
}

.footer .footer_bot {
    position: relative;
    background-color: #3333;
}

.footer .footer_top .footer_wrap {
    position: relative;
    width: 1210px;
    margin: 0 auto;
}

.footer .footer_top .footer_wrap .friend_link {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #444;
}

.footer .footer_top .footer_wrap .friend_link a {
    display: inline;
    margin-right: 20px;
    font-size: 14px;
	color: #ffffff;
}


.footer .footer_top .footer_wrap .link_wrap_l {
    display: inline-block;
    position: relative;
}

.footer .footer_top .footer_wrap .link_wrap_l ul {
    display: inline-block;
    padding-right: 50px;
    margin-right: 50px;
    border-right: 1px solid #444;
}

.footer .footer_top .footer_wrap .link_wrap_l ul:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.footer .footer_top .footer_wrap .link_wrap_l ul li.caption {
    font-size: 18px;
    color: #d7d8d9;
}

.footer .footer_top .footer_wrap .link_wrap_l ul li {
    margin-bottom: 15px;
}

.footer .footer_top .footer_wrap .link_wrap_l ul li a {
    font-size: 14px;
    color: #9b9ea0;
}

.footer .footer_top .footer_wrap .link_wrap_l ul li a:hover{
	color: #08a7e6;
}

.footer .footer_top .footer_wrap .phone_wrap_r {
	display: inline-block;
	position: absolute;
	right: 450px;
	text-align: center;
}

.footer .footer_top .footer_wrap .phone_wrap_r > h2 {
	font-size: 26px;
	margin-top: 10px;
}

.footer .footer_top .footer_wrap .phone_wrap_r > p {
	font-size: 12px;
}

.footer .footer_top .footer_wrap .phone_wrap_r > button {
	color: #fff;
	background-color: #0B63FF;
	padding: 6px 20px;
	margin-top: 20px;
	font-size: 12px;
	cursor: pointer;
}
.footer .footer_top .footer_wrap .phone_wrap_r > button:hover {
	transform: scale(1.1, 1.1);
}
.footer .footer_top .footer_wrap .phone_wrap_r > button .icon {
	font-size: 18px;
	vertical-align: top;
}

.footer .footer_top .footer_wrap .qr_wrap_r {
    display: inline-block;
    position: absolute;
    right: 0;
}

.footer .footer_top .footer_wrap .qr_wrap_r .qr {
    display: inline-block;
    float: left;
    text-align: center;
    margin-left: 70px;
}

.footer .footer_top .footer_wrap .qr_wrap_r .qr img {
    width: 116px;
    height: 116px;
    padding: 4px;
    border: 1px solid #444;
}

.footer .footer_top .footer_wrap .qr_wrap_r .qr p {
    margin-top: 5px;
    font-size: 12px;
    color: #9b9ea0;
}

.footer .footer_top .footer_wrap .link_wrap_l ul:last-child {
    display: inline-block;
    border: none;
}

.footer .footer_bot .copyright {
    background-color: #333;
    text-align: center;
    line-height: 28px;
    color: #9b9ea0;
    font-size: 12px;
}
.footer .footer_bot .copyright a{
  color: #9b9ea0;
}

.footer .footer_bot .copyright a:hover{
  color: #08a7e6;
}

.footer .footer_bot .copyright span {
    margin-right: 5px;
}